home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 015a / pwr14k.zip / READP05.COM < prev    next >
Text File  |  1992-01-09  |  1KB  |  23 lines

  1. ╛┤¼ê┬■╚t═!δ⌡├
  2. V1.4e * Added ability to escape from routine which prompts user for valid input
  3.         source file name if none is given or an error is detected.
  4.       * Characters which are not on the keyboard may be defined using the
  5.         decimal value of the character ie "Variable Enter,2,#17#217"
  6.       * Added the ability to define color changes within a stream of text. The
  7.         trigger character is Ctrl-A and this is followed by the THREE digit
  8.         color attribute. Ctrl-A may usually be generated in your editor by
  9.         pressing Alt-1 (the 1 on the keypad). These colors may be imbedded in
  10.         variables or literals. (@=Ctrl-A for the example).
  11.         Variable CmdLine,75,"@112F@007ile @112T@oo7ext..."
  12.         WriteAt  5,3,"@112F@007ile @112T@007ext..."
  13.       * Fixed bug in stdout redirection. Previously only > nul was correct.
  14. V1.4f * Corrected bug in parser which was not properly handling lines of source
  15.         that were empty.
  16.       * Added +D2 switch to insure DOS 2.0 compatability.
  17. V1.4g * Corrected incompatability with DOS 4.01 with share active.
  18.       * Made CD a synonym of CHDIR.
  19.       * Deleted POWERBAT.ERR if no errors and no map
  20.       * Opened output .EXE with filemode=readonly. Some virus checkers were
  21.         reporting possible virus because of open with read/write on .EXE file.
  22.       * Deletes POWERBAT.ERR if no errors and no map.
  23.